home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Leser 15 / Amiga Plus Leser CD 15.iso / Tools / Development / yacas_alg / yacas_morphos / share / yacas / include / patcher.h < prev    next >
Encoding:
C/C++ Source or Header  |  2002-03-13  |  165 b   |  11 lines

  1.  
  2.  
  3. #ifndef __patcher_h__
  4. #define __patcher_h__
  5.  
  6. void PatchLoad(LispCharPtr aFileContent, LispOutput& aOutput,
  7.                LispEnvironment& aEnvironment);
  8.  
  9. #endif
  10.  
  11.